Payment Open Page (callback_open)

When a payment request is processed by the gateway, the result is either Success, Failure, or Open:

  • Sucess. The payment request was successfully processed. The result is posted to the OK page (callback_ok). For more information, see Settings for the Payment OK page (callback_ok) .
  • Failure. The payment request failed. The result is posted to the fail page (callback_fail). For more information, see Settings for the fail page (callback_fail).
  • Open. If a payment request cannot be completely processed now, the result is posted to the open page (callback_open). When the request is later processed, a notification is sent to the notification page (callback_notification).

The following parameters are used for the callback_open page.

For more information, see Settings for the open page (callback_open) and Payment Notification (callback_notification).